Java Beans Tutorials

11. ADVANTAGES OF EJB

By: aathishankaran : 2007-02-20

Description: EJB insulates developers from the underlying middleware, since the only environment an EJB developer sees is the Java environment. It also helps the EJB server/container vendor to change and make improvements on the underlying middleware layer without affecting a user's existing enterprise applications.


12. Reusable component

By: aathishankaran : 2007-02-12

Description: Reusable components are simply pre-built pieces of programming code designed to perform a specific function. While designing an application in a visual environment, controls can be quickly dropped into the design, and modified to fit the task at hand.